﻿div.DropDown
{
	background-image:url(../images/DropDownBG.gif);
	background-position:right center;
	background-repeat:no-repeat;
	height:18px;
	color:#333333;
	font-size:11px;
	line-height:18px;
	/* border:solid 1px #cacaca;*/
    cursor:pointer;
	text-align:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}
div.DropDown:hover
{
    background-image:url(../images/DropDownBG_Hover.gif);
    background-position:right center;
    background-repeat:no-repeat;
    color:#333333;
}
/*td.DropDown
{
    padding:0px 5px 0px 5px;
}*/
div.DropDownList
{
	margin-top:15px;
	overflow-y:scroll;
	background-color:#ffffff;
	border:solid 1px #ebebeb;
	height:60px;   /*设定列表高度*/
	text-align:left;
	position:absolute;
	color:#333333;
	margin-left: -2px;
	font-size:12px;
	z-index:1000;
}
div.DropdownListItem
{
	height:20px;
	line-height:20px;
	font-size:12px;
	cursor:pointer;
	color:#333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

div.DropdownListItem:hover
{
    background-color:#ebebeb;
    cursor:pointer;
}

/*input.QuickSearchProductKeyword
{
    border:solid 1px #cacaca;
    width:119px;
    height:17px;
    line-height:17px;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
    vertical-align:middle;
    text-align:center;
    color:#333333;
}
input.QuickSearchProductBtn
{
    width:41px;
    height:18px;
    border-width:0px;
    background-image:url(../images/SeekBtnBG.gif);
    background-color:Transparent;
    font-size:12px;
    color:#ffffff;
    cursor:pointer;
}*/
a.DropdownListLink
{
	text-decoration:none;
	color:#333333;
}


.select_city{
	width:145px;
	height:17px;
	line-height:17px;
	font-size:12px;
	color: #000000;
	text-align:left;
}
